scaledWidth
Type
property
Summary
The width of the bounding rect of the SVG path, in fractional pixels.
Syntax
get the scaledWidth of <widget>
Description
If the maintainAspectRatio of the SVG path is true
, then the scaledWidth
of the object will return the width of the bounding rect of the SVG path.
Otherwise, it will return the width of the widget.
Related
property: scaledHeight, maintainAspectRatio